Functions | |
| float | vfpu_sinf (float angle, float rayon) |
| float | vfpu_cosf (float angle, float rayon) |
| float vfpu_sinf | ( | float | angle, | |
| float | rayon | |||
| ) |
Calculates the sine of an angle using the VFPU (very fast). Please note that oslSin also uses the VFPU but first converts the angle from degrees to radians.
| angle | Angle in radians | |
| rayon | Radius |
| float vfpu_cosf | ( | float | angle, | |
| float | rayon | |||
| ) |
Calculates the cosine of an angle using the VFPU (very fast). Please note that oslCos also uses the VFPU but first converts the angle from degrees to radians.
| angle | Angle in radians | |
| rayon | Radius |
1.5.2